home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 202
- Top = 111
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Example of creating and using a DLL (15 Sept., 1995)'
- ClientHeight = 336
- ClientWidth = 490
- Color = clWhite
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 16
- object LoadAboutBtn: TButton
- Left = 422
- Top = 6
- Width = 61
- Height = 25
- Caption = '&About'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- OnClick = LoadAboutBtnClick
- end
- end
-